home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
mw2demo.exe
/
mw2demo.DXR
/
00050.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-11-14
|
298 b
|
14 lines
on startMovie
set the centerStage to 1
if the colorDepth < 8 then
set the colorDepth to 8
end if
if the colorDepth < 8 then
alert("Excuse me, but you need to reset your monitor to display 256 colors.")
if not (the shiftDown) then
quit()
exit
end if
end if
end